Release 10.1A: OpenEdge Development:
Translation Manager
Running code from the command line
If you decide to run the compiled code (r-code) directly from the command line, you should consider the following:
- When you change the value of the
CURRENT-LANGUAGEstatement, you affect all the text phrases in the r-code that subsequently runs. Any r-code that is already on the run-time stack still runs with the previousCURRENT-LANGUAGEsetting. Also,CURRENT-LANGUAGEis a global value. If you return to a previously running piece of r-code from the place where you changed theCURRENT-LANGUAGE, the value ofCURRENT-LANGUAGEis the changed value, not the language with which the “old” r-code is running.- To query an r-code session to see the available languages, use the following code, where
my.pis the name of the procedure you are running:
Chapter 1, "Preparing Your Application for Translation," describes how developers can change their source code to make it easier to translate. Chapter 9, "Updating a Project," describes how to update a project if the developers change any of the source code procedures and how to edit target phrases in the Translation Manager tool. Chapter 11, "Troubleshooting," describes how to resolve some common error messages.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |